|
Designing a report
Calling the report designer is performed via the “TfrxReport.DesignReport” method. A designer must be included in your project (it is enough to either use the “TfrxDesigner” component, or add the “frxDesgn” unit into the uses list). Example: frxReport1.DesignReport; |